net.ipv6ZoneCache.toIndex (field)

6 uses

	net (current package)
		interface.go#L195: 	toIndex      map[string]int // interface name to its index
		interface.go#L200: 	toIndex: make(map[string]int),
		interface.go#L221: 	zc.toIndex = make(map[string]int, len(ift))
		interface.go#L224: 		zc.toIndex[ifi.Name] = ifi.Index
		interface.go#L258: 	index, ok := zoneCache.toIndex[name]
		interface.go#L263: 		index, ok = zoneCache.toIndex[name]